home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1599 / 1461 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.0 KB

  1. From: Ulrich Kuehn <kuehn@GOEDEL.UNI-MUENSTER.DE>
  2. Subject: Re: Rwabs -36 problems 
  3. Date: Wed, 25 May 1994 10:18:13 +0200
  4.  
  5.  
  6. Hello,
  7.  
  8. Kay writes:
  9.  
  10. |>Another temporary solution is to comment out the line
  11. |>
  12. |>if (Addroottimeout) Addroottimeout (...)
  13. |>
  14. |>so that Minixfs used the old update daemon method for
  15. |>updating the harddisk. because the update daemon has
  16. |>euid 0 there are no problems with access restrictions.
  17. |>
  18. |>But this should be no long term solution for obvious
  19. |>reasons...
  20. |>
  21. Why not? I still think that an update daemon which does ALL updates in
  22. the system is the best solution. It could call all filesystems on u:\
  23. with a special fcntl opcode which then does the update. Eric, why dont
  24. you reserve such an opcode and spawn a process at start up time of mint
  25. much like it is done in the minixfs? The each filesystem has to decide
  26. whether it needs syncing or not. Or even better: have a system call
  27. Sync, which does this, as it can access more information about the
  28. file systems and bios devices, which also might want to sync something.
  29.  
  30. Regards,
  31. Ulrich
  32.  
  33.